projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d56484f
)
win32: fix unterminated #ifdef error
author
Dieter Verfaillie
<dieterv@optionexplicit.be>
Sun, 23 Oct 2011 19:43:16 +0000
(21:43 +0200)
committer
Dieter Verfaillie
<dieterv@optionexplicit.be>
Sun, 23 Oct 2011 19:46:19 +0000
(21:46 +0200)
By removing all ifdefs as gtk/gtkwin32.c is only built
on win32 anyway.
https://bugzilla.gnome.org/show_bug.cgi?id=662481
gtk/gtkwin32.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwin32.c
b/gtk/gtkwin32.c
index 858216657a1cb29e786174de74f27d5db3344523..b582942a7e63750499a8c4226b0340f0bcef3100 100644
(file)
--- a/
gtk/gtkwin32.c
+++ b/
gtk/gtkwin32.c
@@
-30,13
+30,9
@@
#include "gtkprivate.h"
-#ifdef G_OS_WIN32
#define STRICT
#include <windows.h>
#undef STRICT
-#endif
-
-#ifdef G_OS_WIN32
static HMODULE gtk_dll;